home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / prog / evol202a.arj / TOKENIZE.DOC < prev    next >
Text File  |  1993-11-30  |  390b  |  9 lines

  1. The program Tokenize is run like this:
  2.  
  3. Tokenize DestFile.txt File1.pas [File2.pas [... [FileN.pas]]]
  4.  
  5. DestFile.txt is the output file that will receive the list of 
  6. identifiers from files File1.pas through FileN.pas.  The square 
  7. brakets are not to be typed at the command line, but indicate that 
  8. the user has the option of including more than one input file at the 
  9. command line.